home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1997 September (Special) / Joystick.Hors serie sept 97.Earth Siege 2.iso / ver31 / joystick.cfg < prev    next >
INI File  |  1996-05-16  |  2KB  |  60 lines

  1. [Joystick]
  2.  
  3. Hat = NONE
  4. ;; Set this to DIGITAL if your joystick has a hat and is similar to a CH Flightstick Pro.
  5. ;; Set this to ANALOG  if your joystick has a hat and is similar to a Thrustmaster FCS.
  6. ;; Set this to NONE if your joystick has no hat.
  7. ;; Default value: NONE
  8.  
  9. Accessory = NONE
  10. ;; Set this to RUDDER if you have rudder pedals.
  11. ;; Set this to THROTTLE if you have a throttle that is seperate from your joystick.
  12. ;; Set this to NONE if you have no accessories connected with your joystick
  13. ;; Note: this entry is only used for certain joystick/accessory combinations.
  14. ;; If in doubt, set this value to NONE.
  15. ;; Default value: NONE
  16.  
  17. ;; The following 2 entries specify how your joystick driver handles the buttons.
  18. ;; Here are typical entries:
  19. ;;    Single 2 button joystick:  ButtonsA = 2 ButtonsB = 0
  20. ;;    Two 2 button joysticks:    ButtonsA = 2 ButtonsB = 2
  21. ;;    Single 4 button joystick:  ButtonsA = 2 ButtonsB = 2
  22. ;;       OR THIS:                ButtonsA = 4 ButtonsB = 0
  23.  
  24. ButtonsA = 2
  25. ;; Default value: 2
  26.  
  27. ButtonsB = 2
  28. ;; Default value: 2
  29.  
  30. ;; Axis Calibration values
  31. ;; Default values:
  32. ;;    Min: 0
  33. ;;    Max: 65535
  34. ;;    CMin: 32768
  35. ;;    CMax: 32768
  36. Axis1Min=0
  37. Axis2Min=0
  38. Axis3Min=0
  39. Axis4Min=0
  40. Axis1Max=65535
  41. Axis2Max=65535
  42. Axis3Max=65535
  43. Axis4Max=65535
  44. Axis1CMin=32768
  45. Axis2CMin=32768
  46. Axis3CMin=32768
  47. Axis4CMin=32768
  48. Axis1CMax=32768
  49. Axis2CMax=32768
  50. Axis3CMax=32768
  51. Axis4CMax=32768
  52.  
  53. ;; Hat Calibration values
  54. ;; Default values: 0
  55. hatN=0
  56. hatS=0
  57. hatE=0
  58. hatW=0
  59. hatC=0
  60.